home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / OPENING.DIR / 00001.ls next >
Encoding:
Text File  |  1997-07-10  |  151 bĀ   |  8 lines

  1. on exitFrame
  2.   if the machineType = 256 then
  3.     go(1, the pathName & "PROGRAMĀ„OPEN16")
  4.   else
  5.     go(1, the pathName & "PROGRAM:OPEN16")
  6.   end if
  7. end
  8.